/* _content/BootstrapBlazor.SignaturePad/SignaturePad.razor.rz.scp.css */
.signature-pad[b-p38zwqilrq] {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 400px;
    border: 1px solid var(--bs-border-color);
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
    border-radius: var(--bs-border-radius, 4px);
    padding: 1rem;
}

    .signature-pad .signature-pad-body[b-p38zwqilrq] {
        flex: 1;
        width: 100%;
        border: 1px solid var(--bs-border-color);
        border-radius: var(--bs-border-radius, 4px);
        position: relative;
        display: flex;
        overflow: hidden;
    }

        .signature-pad .signature-pad-body canvas[b-p38zwqilrq] {
            flex: 1;
            height: 100%;
            width: 100%;
            border-radius: var(--bs-border-radius, 4px);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
        }

.signature-pad-footer[b-p38zwqilrq] {
    color: #C3C3C3;
    text-align: center;
    font-size: 1.2em;
    margin-top: 8px;
}

.signature-pad-actions[b-p38zwqilrq] {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

    .signature-pad-actions button:not(:first-child)[b-p38zwqilrq] {
        margin-left: .5rem;
    }

@media (max-width: 640.98px) {
    .signature-pad-body-responsive[b-p38zwqilrq] {
        justify-content: start;
        align-items: start;
        height: 100vh;
        width: 100%;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
    }

    .signature-pad[b-p38zwqilrq] {
        padding: 0;
        max-height: 100%;
    }

    .btn-responsive[b-p38zwqilrq] {
        transform: rotate(90deg);
    }

    .signature-pad--footer-responsive[b-p38zwqilrq] {
        height: 90px;
        padding: 16px;
    }

    .signature-pad--actions-responsive[b-p38zwqilrq] {
        position: fixed;
        bottom: 32px;
    }

    .description-responsive[b-p38zwqilrq] {
        transform: rotate(90deg);
        position: fixed;
        bottom: 39px;
        right: 65px;
        width: 62px;
        height: 24px;
    }
}

@media (max-height: 640.98px) {
    .signature-pad-body-responsive[b-p38zwqilrq] {
        height: 100vh;
        width: 100vw;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
    }

    .signature-pad[b-p38zwqilrq] {
        padding: 0;
        max-height: 100%;
    }
}
